home *** CD-ROM | disk | FTP | other *** search
/ Complete RPG Maker XP - 41 Games / tg esp 48 rpg maker.iso / Essenciais / AdbeRdr707_en_US_distrib.exe / Data1.cab / EScript.api / EXVW / 6250 < prev    next >
Encoding:
Text File  |  2006-01-13  |  602 b   |  19 lines

  1. dialog(name: '$$$/Dialogs/Response')
  2. {
  3.     view(align_children: align_left)
  4.     {
  5.         static_text(item_id: 'ques', name: '$$$/Dialogs/Response/Question', alignment: align_fill, height: gStaticTextHeight * 2);
  6.  
  7.         view(align_children: align_row)
  8.         {
  9.             static_text(item_id: 'labl', name: '$$$/Dialogs/Response/EmptyLabel');
  10.             edit_text(item_id: 'rsps', width: max_char_width() * 25, alignment: align_fill);
  11.         }
  12.         ok_cancel();
  13.          cluster(item_id: 'ctx1', alignment: align_fill, align_children: align_fill)
  14.         {
  15.             static_text(item_id: 'secu', name: '$$$/Dialogs/Response/SecurityMsg');
  16.         }
  17.     }
  18. }
  19.